runtime.mspan.isFreeOrNewlyAllocated (method)
3 uses
runtime (current package)
mbitmap.go#L1173: func (s *mspan) isFreeOrNewlyAllocated(index uintptr) bool {
mgcmark.go#L1570: if span.isFreeOrNewlyAllocated(idx) {
mgcmark.go#L1627: if span.isFreeOrNewlyAllocated(idx) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)